AdminMultiTenantData

The tenant object contains all relevant meta-data for the tenant.

API Section: Objects

Type: Object

Properties

Name

Description

Required

Type

Format

id

The tenant's system ID

-

string

name

The tenant's name

-

string

viewerSeats

The total number of viewer licenses for the tenant

-

integer

int32

usedViewerSeats

The total number of USED viewer licenses for the tenant

-

integer

int32

proSeats

The total number of professional licenses for the tenant

-

integer

int32

usedProSeats

The total number of USED professional licenses for the tenant

-

integer

int32

tenantSettings

The tenant's settings object.

-

TenantSettings

pulseKey

The PULSE server key for the tenant

-

string

selectedUserDefaultsId

-

string

selectedUserDefaultsName

-

string

defaultThemeId

-

string

defaultAiServer

The id of the default ai server of the tenant

-

string

userDefaultsOverridable

-

boolean

Usages
  • /API/admin/createTenants
  • /API/admin/createTenants
  • /API/admin/getAllTenants
  • /API/admin/getTenantByName
  • /API2/access/getAllTenants
  • /API2/access/getTenantByName